home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / PSPad 4.5.2 / pspad452inst_en.exe / {app} / Template / Default.cs < prev    next >
Encoding:
Text File  |  2006-02-20  |  254 b   |  20 lines

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4.  
  5. namespace GoogleRequester
  6. {
  7.     public class Class1
  8.     {
  9.  
  10.         #region Private Fields
  11.  
  12.         #endregion
  13.  
  14.         #region Properties
  15.  
  16.         #endregion
  17.  
  18.     }
  19. }
  20.